home *** CD-ROM | disk | FTP | other *** search
- ENDIF
-
- Terminates an IF block in a script file.
-
- Format
-
- ENDIF
-
- Template
-
- (none)
-
- Location
-
- Internal
-
- ENDIF must be used when an IF commands is used. ENDIF is used in scripts at
- the end of an IF block. If the IF condition is not true or if the
- true-condition commands are executed and an ELSE is encountered, the
- execution of the script skips to the next ENDIF command. Every IF statement
- must be terminated by an ENDIF.
-
- The ENDIF applies to the most recent IF or ELSE command.
-
- See also: IF, ELSE. For examples using the ENDIF command, see Chapter 8.
-